Non need to announce the same things for every context
we create, and the path is not really that interesting.
without knowing what it belongs to. I would suggest to
make it visible in the inspector instead, so you can
look it up for the widgets you are interested in.
self->context_path[i] = '_';
}
- GTK_NOTE (A11Y, g_message ("ATSPI context path: %s", self->context_path));
-
g_free (base_path);
g_free (uuid);
if (a11y_backends[i].name == NULL)
break;
- GTK_NOTE (A11Y, g_message ("Trying %s a11y backend", a11y_backends[i].name));
if (a11y_backends[i].create_context != NULL)
{
res = a11y_backends[i].create_context (accessible_role, accessible, display);